Package com.cisco.pt.ipc.sim
Interface EphoneDirectory
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
EphoneDirectoryImpl
Information provided by the PKI file:
\class CEphoneDirectory
\brief CEphoneDirectory holds and manipulates the ephone directory.
\example network().getDevice("Router0").getProcess("CMEProcess").getEphoneDirectory(11)
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionintgetDnTag()Information provided by the PKI file:Information provided by the PKI file:voidsetLineNumber(String lineNum) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
setLineNumber
Information provided by the PKI file:
\brief Sets the line number for the ephone directory. \param lineNum, the line number for the ephone directory.- Parameters:
lineNum- Takes in a parameter of lineNum
-
getLineNumber
String getLineNumber()Information provided by the PKI file:
\brief Returns the line number of the ephone directory. \return string, the line number of the ephone directory.- Returns:
- String Returns a String
-
getDnTag
int getDnTag()Information provided by the PKI file:
\brief Returns the directory number of the ephone directory. \return int, the directory number of the ephone directory.- Returns:
- int Returns a int
-